com.o2sol.pdf4java.standards Package
In This Topic
Provides support for PDF related standards.
Classes
| Class | Description |
| PDFAAggregateException | Defines one or more errors that occur during PDF/A formatting of a PDF document. |
| PDFAException | Defines an exception that can be thrown while a document is formatted using PDF/A standard. |
| PDFAExceptionCollection | Defines a read only collection of PDF/A exceptions. |
| PDFAFormatter | Defines a formatter that can save PDF files in PDF/A format. |
| PDFStandardFormatter | Defines the base class for all formatters that conform to a PDF standard. |
| PDFUAFormatter | Defines a formatter that can save PDF files in PDF/UA format. |
Enumerations
| Enumeration | Description |
| PDFAError | Defines the possible errors that can be detected in a document that needs to be formatted in PDF/A standard. |
| PDFAFormat | Defines the supported PDF/A standards. |
| PDFUAFormat | Defines the supported PDF/UA standards. |
See Also